/* Phases of the Moon Application README
 * 
 * Developed by Cristina Vinas Vinuales - Institute for Biocomputation and Physics of Complex Systems (BIFI) - Zaragoza
 * for Science on Stage on January 2012
 * 
 */

PhasesOfMoon Application README
===============================

To execute the application you will need three files:
    - PhasesOfMoon.jar (the executable)
    - j3dcore-ogl.dll (the library needed for the animation)
    - A folder called 'images' (containing the images needed for the program)

This three files has to be on the same folder. Just click on 'PhasesOfMoon.jar' and it will launch the application.
Another option is to put 'j3dcore-ogl.dll' file in your System32 folder, normally at the path: 'C:/Windows/System32'.
That way you will be able to launch any kind of application that requieres this .dll.

Please, keep in mind that without any of the .dll or the images folder the application should not work.

The application is tested on Windows 7 and XP. We expect to check it on Linux and Mac OS.

There is another folder attached called 'source_java_files' which contains the .java and .class of the project.
This is an open source project, feel free to check or modify whatever you want.
